From: Richard M. Stallman Date: Mon, 29 Dec 2003 19:51:54 +0000 (+0000) Subject: (copy-rectangle-to-register): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24666 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9e80b90fcdb223b2c397fa3efb1fc53080b2ba37;p=emacs.git (copy-rectangle-to-register): Doc fix. --- diff --git a/lisp/register.el b/lisp/register.el index 8185ae4bc44..0ba6a9addd6 100644 --- a/lisp/register.el +++ b/lisp/register.el @@ -304,8 +304,10 @@ START and END are buffer positions indicating what to prepend." (defun copy-rectangle-to-register (register start end &optional delete-flag) "Copy rectangular region into register REGISTER. -With prefix arg, delete as well. -Called from program, takes four args: REGISTER, START, END and DELETE-FLAG. +With prefix arg, delete as well. To insert this register +in the buffer, use \\[insert-register]. + +Called from a program, takes four args: REGISTER, START, END and DELETE-FLAG. START and END are buffer positions giving two corners of rectangle." (interactive "cCopy rectangle to register: \nr\nP") (set-register register